ServiceSetHoldOnMailboxes Method (HoldActionType, String, String) |
Sets the hold on mailboxes.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic HoldOnMailboxesInfo SetHoldOnMailboxes(
HoldActionType actionType,
string holdId,
string query
)
Public Function SetHoldOnMailboxes (
actionType As HoldActionType,
holdId As String,
query As String
) As HoldOnMailboxesInfo
Parameters
- actionType
- Type: Independentsoft.ExchangeHoldActionType
Type of the action. - holdId
- Type: SystemString
The hold identifier. - query
- Type: SystemString
The query.
Return Value
Type:
HoldOnMailboxesInfoHoldOnMailboxesInfo.
See Also